The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "tee"

tee - pipe fitting River stage one • 1 direct dependent • 1 total dependent

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

Tee - Pure Perl emulation of GNU tee River stage zero No dependents

The "Tee" distribution provides the ptee program, a pure Perl emulation of the standard GNU tool "tee". It is designed to be a platform-independent replacement for operating systems without a native "tee" program. As with "tee", it passes input recei...

DAGOLDEN/Tee-0.14 - 28 Jan 2011 14:40:52 UTC - Search in distribution
  • Tee::App - Implementation of ptee
  • ptee - emulate the GNU tee program with Perl

IO::Tee - Multiplex output to multiple output handles River stage one • 6 direct dependents • 7 total dependents

"IO::Tee" objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The "IO::Tee" constructor, given a list of output handles, returns a tied handle that can be writt...

NEILB/IO-Tee-0.66 - 19 Aug 2020 20:02:59 UTC - Search in distribution

File::Tee - replicate data sent to a Perl stream River stage one • 1 direct dependent • 1 total dependent

This module is able to replicate data written to a Perl stream into another streams. It is the Perl equivalent of the shell utility tee(1). It is implemeted around "fork", creating a new process for every tee'ed stream. That way, there are no problem...

SALVA/File-Tee-0.07 - 04 Nov 2011 19:45:14 UTC - Search in distribution

Mnet::Tee - Redirect stdout and stderr to a file River stage zero No dependents

Mnet::Tee can be used to capture all stdout and stderr output from the calling script, saving the combined output to a file. This module is used by the Mnet::Test module. The variables stdout and stderr can be imported from this module to use for out...

MMENZA/Mnet-5.25 - 13 Jun 2023 13:55:35 UTC - Search in distribution

Filter::tee - tee source filter River stage four • 187 direct dependents • 3496 total dependents

This filter copies all text from the line after the "use" in the current source file to the file specified by the parameter "filename". By default and when the filename is prefixed with a '>' the output file will be emptied first if it already exists...

RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC - Search in distribution

PerlIO::tee - Multiplex output layer River stage one • 2 direct dependents • 2 total dependents

"PerlIO::tee" provides a multiplex output stream like tee(1). It makes a filehandle write to one or more files (or scalars via the ":scalar" layer) at the same time. You can use "push_layer()" (defined in "PerlIO::Util") to add a *source* to a fileha...

GFUJI/PerlIO-Util-0.72 - 25 May 2011 14:16:31 UTC - Search in distribution

Connector::Tee River stage zero No dependents

This connector can be used to search for a value over multiple branches in a way that is transparent to the caller....

MRSCOTTY/Connector-1.54 - 08 Jan 2024 15:18:31 UTC - Search in distribution

App::Greple::tee - module to replace matched text by the external command result River stage zero No dependents

Greple's -Mtee module sends matched text part to the given filter command, and replace them by the command result. The idea is derived from the command called teip. It is like bypassing partial data to the external filter command. Filter command foll...

UTASHIRO/App-Greple-tee-0.9902 - 19 Nov 2023 01:52:54 UTC - Search in distribution

XML::Filter::Tee - Send SAX events to multiple processor, with switching River stage zero No dependents

XML::Filter::Tee is a SAX filter that passes each event it receives on to a list of downstream handlers. It's like XML::Filter::SAXT in that the events are not buffered; each event is sent first to the tap, and then to the branch (this is different f...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC - Search in distribution

Config::Maker::Tee - FIXME River stage zero No dependents

BULB/Config-Maker-0.007 - 17 Apr 2005 20:39:22 UTC - Search in distribution

DBIx::Class::QueryLog::Tee - Log to multiple QueryLogs at a time River stage zero No dependents

Sometimes you want to see what queries you are running without having to look at database logs or the console that your app is running on (if it even is running on a console.) But what if you want to add tooling to, eg, count queries per web request,...

FREW/DBIx-Class-QueryLog-Tee-0.001001 - 29 Aug 2016 04:48:52 UTC - Search in distribution

Metrics::Any::Adapter::Tee - send metrics to multiple adapters River stage three • 11 direct dependents • 163 total dependents

This Metrics::Any adapter type acts as a container for multiple other adapters, allowing an application to report its metrics via multiple different mechanisms at the same time....

PEVANS/Metrics-Any-0.10 - 07 Jul 2023 10:38:18 UTC - Search in distribution

lib/DS/Transformer/Tee.pm River stage zero No dependents

MADZ/DSlib-2.13 - 13 Aug 2008 20:26:49 UTC - Search in distribution

lib/SVK/Editor/Tee.pm River stage one • 7 direct dependents • 8 total dependents

CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC - Search in distribution

DBIx::Class::Helper::ResultClass::Tee - Inflate to multiple result classes at the same time River stage two • 10 direct dependents • 14 total dependents

This result class has one obvious use case: when you have prefetched data and DBIx::Class::ResultClass::HashRefInflator is the simplest way to access all the data, but you still want to use some of the methods on your existing result class. The other...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC - Search in distribution

HTTP::Server::Simple::Recorder - Mixin to record HTTP::Server::Simple's sockets River stage zero No dependents

This module allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients. It is a mixin, so it doesn't itself subclass HTTP::Server::Simple; you need to subclass from both HTTP::Server::Simple::Recorder a...

JESSE/HTTP-Server-Simple-Recorder-0.03 - 29 Nov 2008 03:55:32 UTC - Search in distribution

Test::Trivial - Declutter and simplify tests River stage zero No dependents

"Test::Trivial" was written to allow test writters to trivially write tests while still allowing the test code to be readable. The output upon failure has been modified to provide better diagnostics when things go wrong, including the source line num...

CORYB/Test-Trivial-1.901.2 - 24 Sep 2013 01:12:12 UTC - Search in distribution

Vi::QuickFix - Support for vim's QuickFix mode River stage one • 2 direct dependents • 2 total dependents

When "Vi::QuickFix" is active, Perl logs errors and warnings to an *error file* named, by default, "errors.err". This file is picked up when you type ":cf" in a running vim editor. Vim will jump to the location of the first error recorded in the erro...

ANNO/Vi-QuickFix-1.135 - 05 Sep 2017 17:37:37 UTC - Search in distribution

Log::Contextual::TeeLogger - Output to more than one logger River stage two • 15 direct dependents • 40 total dependents

This module is a simple logger made mostly for demonstration and initial experimentation with Log::Contextual. We recommend you use a real logger instead. For something more serious but not overly complicated, take a look at Log::Dispatchouli....

HAARG/Log-Contextual-0.009000 - 15 May 2024 12:28:22 UTC - Search in distribution
93 results (0.054 seconds)